PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFResetFormAction Class


In This Topic
    PDFResetFormAction Class Methods
    In This Topic

    For a list of all members of this type, see PDFResetFormAction members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a PDF action from a cos dictionary. (Inherited from com.o2sol.pdf4java.actions.PDFAction)
    Public MethodGets the sequence of actions to be performed after this action. (Inherited from com.o2sol.pdf4java.actions.PDFAction)
    Public MethodGets the cos action object. (Inherited from com.o2sol.pdf4java.actions.PDFAction)
    Public MethodGets a list identifying which fields to reset or which to exclude from resetting. If the list is null or empty then all the form fields are reset no matter the value returned by getResetFields method.  
    Public MethodGets a value indicating whether the action resets the fields in the list or excludes them.  
    Public MethodSets the sequence of actions to be performed after this action. (Inherited from com.o2sol.pdf4java.actions.PDFAction)
    Public MethodSets a list identifying which fields to reset or which to exclude from resetting. If the list is null or empty then all the form fields are reset no matter the value returned by getResetFields method.  
    Public MethodSets a value indicating whether the action resets the fields in the list or excludes them.  
    Top
    See Also